Refresh patch for new release.
authorVasudev Kamath <vasudev@copyninja.info>
Mon, 13 Aug 2018 15:06:21 +0000 (20:36 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Mon, 13 Aug 2018 15:07:54 +0000 (20:37 +0530)
debian/patches/0774e97da3894f07ed5b6f7db175027a9bc4718b.patch

index 4c96f84ceaf0761736307eeab7cc803ac55b9c73..35128077ed40a047019269c2ba47a9fc146f3843 100644 (file)
@@ -20,15 +20,15 @@ Subject: [PATCH] Support cross-compile install
              "\
 --- a/tests/testsuite/install.rs
 +++ b/tests/testsuite/install.rs
-@@ -5,6 +5,7 @@
+@@ -4,6 +4,7 @@
  use cargo::util::ProcessBuilder;
- use cargotest::ChannelChanger;
  use cargotest::install::{cargo_home, has_installed_exe};
 +use cargotest::support::cross_compile;
  use cargotest::support::git;
  use cargotest::support::paths;
  use cargotest::support::registry::Package;
-@@ -1309,6 +1310,40 @@
+@@ -1310,6 +1311,40 @@
  }
  
  #[test]